home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d901.lha / AmigaBase / Data / English / Finance.ReadMe < prev    next >
Text File  |  1993-08-26  |  2KB  |  78 lines

  1. Project Finance
  2. ===============
  3.  
  4. This project manages your income/expense. The following features are
  5. supported:
  6.  
  7.    o  address record for clients
  8.    o  record for client accounts
  9.    o  automatic calculation of total charged and total paid sum of
  10.       each client.
  11.    o  Ability to write and print client accounts.
  12.    o  address record for creditors
  13.    o  record for creditor accounts
  14.    o  automatic calculation of total charged and total paid sum of
  15.       each creditor.
  16.    o  automatic printing of transfer forms
  17.  
  18. Description of the record elements:
  19.  
  20. Income:
  21.  
  22.    Name:       any text
  23.    Street:     any text
  24.    Town:       any text
  25.    Phone:      any text
  26.    total charged:    sum which has been charged from the client
  27.                      This sum is calculated automatically.
  28.    total paid:       sum which has been paid by the client
  29.                      This sum is calculated automatically.
  30.  
  31. Income\Account:
  32.  
  33.    Number:     INTEGER variable
  34.    Name:       anx text
  35.    charged:    amount which has been charged from the client
  36.                (REAL variable).
  37.    paid:       amount which has been paid by the client (REAL variable).
  38.    Balance:    is automatically calculated
  39.    Account sended on:   DATE variable
  40.    Account paid on:     DATE variable
  41.    Write account:       Window variable
  42.    Print account:       program button. Prints address of client, todays
  43.                         date and account text.
  44.  
  45. Income\Account\Account:
  46.  
  47.    Text:       MEMO variable for writing the account text.
  48.  
  49. Expense:
  50.  
  51.    Name:       any text
  52.    Street:     any text
  53.    Town:       any text
  54.    Phone:      any text
  55.    Bank:       any text
  56.    Code:       any text
  57.    Account:    any text
  58.    total charged:    sum which has been charged by the creditor.
  59.                      This sum is calculated automatically.
  60.    total paid:       sum which has been paid to the creditor
  61.                      This sum is calculated automatically.
  62.  
  63. Expense\Account:
  64.  
  65.    Name:       any text
  66.    Number:     any text
  67.    Date:       DATE variable
  68.    charged:    amount which has been charged by the creditor
  69.                (REAL variable).
  70.    paid:       amount which has been paid to the creditor (REAL variable).
  71.    Balance:    is calculated automatically.
  72.    Notice:     any text
  73.    Print transfer form: program button. The output fits in a (german)
  74.                         transfer form. On this paper your address and bank
  75.                         account must be already present.
  76.    Paid on:    DATE variable
  77.  
  78.